home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / wt_jan92.zip / LEVARO.ZIP / NEWSTAT.H < prev    next >
Text File  |  1991-09-27  |  335b  |  9 lines

  1. /*
  2.  * NEWSTAT.H -- Sample static text custom control header file
  3.  *        This file contains common definitions
  4.  */
  5.                     /* Static control styles           */
  6. #define SS_FLAT     0x00L        /* Flush text               */
  7. #define SS_INDENT   0x10L        /* Indented text               */
  8. #define SS_OUTDENT  0x20L        /* Outdented text               */
  9.